home *** CD-ROM | disk | FTP | other *** search
- Only in top: Makefile
- diff ../stsrc/top/main.c top/main.c
- 9a10,13
- > *
- > * MODIFIED:
- > * 10/1990 K. Dalton added ifdef for BSD Unix
- > *
- 15c19
- < #ifndef MINIX
- ---
- > #if !MINIX && !BSD
- diff ../stsrc/top/opcodes.h top/opcodes.h
- 15d14
- <
- 120a120
- >
- diff ../stsrc/top/top.h top/top.h
- 20,21c20,21
- < #ifdef DEBUG
- < #define DBG(x) if (debug) { x; }
- ---
- > #ifdef DEBUG
- > #define DBG(x) if (debug) { x; }
- 23c23
- < #define DBG(x)
- ---
- > #define DBG(x)
- 26,27c26,27
- < #ifndef void
- < #define void int
- ---
- > #ifndef void
- > #define void int
- 36,38c36,38
- < #ifndef FALSE
- < #define FALSE 0
- < #define TRUE 1
- ---
- > #ifndef FALSE
- > #define FALSE 0
- > #define TRUE 1
- diff ../stsrc/top/util.c top/util.c
- 43c43
- < #ifdef MINIX
- ---
- > #if MINIX || BSD
-